home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / JOHNS / TORQUE / !Torque / Commands < prev    next >
Text File  |  1997-01-18  |  1KB  |  40 lines

  1. ; ArcIRC Commands File
  2. ; --------------------
  3. ; A ; at start of line is a comment, blank lines are ignored.
  4.  
  5. ; The command text must be <128 bytes, and <256 when expanded. These limits
  6. ; may be increased at a later date if necessary.
  7.  
  8. ; Command Format
  9. ; --------------
  10. ; Command Name
  11. ; Valid in [C]hannel [S]erver [Q]uery [D]cc
  12. ; No. of args and flags
  13. ; flags : * : Extended Command 
  14. ; Command type
  15. ;  :  Raw (ie. command it sent to IRC Server)
  16. ;  /  Alias (ie. command is sent back to processor)
  17. ; Command text
  18. ;   #1 - #9 : n'th paramater
  19. ;   #C        : current channel (only valid for channel commands)
  20.  
  21. MSG CSQ 2* : PRIVMSG #1 :#2
  22. WHOIS CSQ 1 : WHOIS #1
  23.  
  24. AWAY CSQ 0 : AWAY
  25. AWAY CSQ 1* : AWAY :#1
  26.  
  27. TOPIC C 1* : TOPIC #C :#1
  28. INVITE C 1 : INVITE #C #1
  29. OP C 1 : MODE #C +o #1
  30. DEOP C 1 : MODE #C -o #1
  31. KICK C 2* : KICK #C #1 :#2
  32. KICK C 1 : KICK #C #1
  33. MODE C 1* : MODE #C #1
  34. LIST S 1 : LIST #1
  35. CTCP CSQ 2* : PRIVMSG #1 :#2
  36.  
  37. WIBBLE C 0 / /me Wibbles
  38. QUIET C 0 / 'Its all gone quiet' said Ruhbarb - 'Too Quiet' said custard
  39.  
  40. ; This file must end with a comment